Skip to content

Conversation

Fr4nc3
Copy link
Collaborator

@Fr4nc3 Fr4nc3 commented Aug 11, 2025

Purpose

  • ...

Does this introduce a breaking change?

  • Yes
  • No

How to Test

  • Get the code
git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install
  • Test the code

What to Check

Verify that the following are valid

  • ...

Other Information

blessing-sanusi and others added 30 commits August 24, 2025 20:33
- Add comprehensive TeamSelector component with drag & drop JSON upload
- Implement 6-agent limit validation for team configurations
- Enhanced RAI validation with relaxed prompts for business content
- Re-enabled model deployment and search index validation
- Integrated team selector directly in left panel navigation
- Added team validation and error handling improvements
- Enhanced team models with new agent properties (RAG, MCP, coding tools)

Key Features:
- Modal-based team selection with card layout
- Drag & drop file upload with visual feedback
- Real-time validation and error messages
- Team deletion with confirmation dialogs
- Search functionality for teams
- Upload requirements documentation
- Responsive design with clean UI/UX
Introduces a WebSocket endpoint in the backend for job status updates, enabling real-time plan approval and rejection. Updates the default_team.json to include a new 'use_bing' property for agents. Refactors HomePage.tsx to use InlineToaster for team selection and upload notifications, improving user feedback.
- Move check_deployments.py to src/backend/common/utils/
- Move websocket_streaming.py to src/backend/common/utils/
feat: Json upload ui and validations + Planpage uistreaming
Renamed and relocated all dataset files from data/datasets to src/mcp_server/datasets for improved organization and alignment with project structure.
Eliminated a duplicate useInlineToaster hook declaration and corrected indentation in the handleTeamSelect callback in HomePage.tsx. Also made a minor formatting adjustment in router.py for consistency.
Commented out imports and usage of orchestration_config and magentic agent factory in app_kernel.py, router.py, and settings.py. This change is likely in preparation for refactoring or disabling orchestration-related functionality temporarily.
Deleted my_mcp_server.py and utils_date.py from the MCP server, removing onboarding tools and date formatting functionality. This may be part of a refactor, deprecation, or migration to a new implementation.
feat: Implement deployer-based role assignments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.